home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2002 #11
/
Amiga Plus CD - 2002 - No. 11.iso
/
Tools
/
MorphOS
/
Epic4_mos
/
share
/
epic
/
help
/
6_functions
/
leftpc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2002-10-28
|
339 b
|
16 lines
Synopsis:
$leftpc(<count> <text>)
Technical:
This function returns the leftmost <count> printable characters of <text>,
taking into account ANSI color codes.
Returns:
<count> number of printable characters in <text>
Examples:
$leftpc(10 onetwothre$chr(27)[34mefour)
returns
onetwothree<blue attribute>